home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / mint110 / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-22  |  186 b   |  13 lines

  1. #define MAJ_VERSION    1
  2. #define MIN_VERSION    10
  3.  
  4. #ifndef MULTITOS
  5. #define BETA
  6. #endif
  7.  
  8. #ifdef BETA
  9. #define VERS_STRING    "%d.%02d BETA"
  10. #else
  11. #define VERS_STRING    "%d.%02d"
  12. #endif
  13.